/* Copyrights The Total Store */
.body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#fff;
	font-family:sans-serif;
	user-select: none;
}




/* App Logo */
.app-logo {
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:8px;
	border-radius:50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
	min-width:170px;
	margin-top:8px;
	background-color:#f1f1f1;
	border:1px solid #006600;
}

.app-icon {
    width: 30px;
    height: 30px;
	margin-right:5px;
}

.app-title {
    font-size: 16pt;
    font-weight: bold;
	color:#555;
	margin-top:0px;
}



._topView_{
	position:relative;
	width:100%;
	height:70px;
	left:0px;
	top:0px;
	background-color:#00000020;
	background-image: url('../UIView/InStore Icon/gr894894.png');
	background-size: cover;  /* Ensures the image fits within the container */
	background-repeat: no-repeat;  /* Prevents the image from repeating */
	background-position: center;  /* Centers the image within the container */
}





._first_tp_section_{
	width:70%;
	height:auto;
	text-align:left;
	display:flex;
	align-content:center;
	align-items:center;
}



/* this is for the box that contens the login forms */
._bx_cnt_form_{
	width:100%;
	height:calc(100% - 80px);
	display:inline-block;
}



.appNdsc{
	position:absolute;
	width:96%;
	top:0px;
	left:2%;
	right:2%;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}


.strTT{
	width:calc(100% - 500px);
	font-size:32pt;
	color:#f1f1f1;
	font-weight:800;
	padding-left:10px;
	padding-top:-20px;
	text-align:left;
	text-shadow: 3px 3px 6px black;  /* Adds a black shadow */
}

._line_separeter_{
	background-color:#fff;
	width:2px;
	height:40px;
	margin-top:5px;
	margin-left:20px;
}

._for_business_{
	width:calc(100% - 70px);
	font-size:20pt;
	color:#f1f1f1;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	text-shadow: 3px 3px 6px black;  /* Adds a black shadow */
}

.descTT{
	font-size:16pt;
	color:#f9f9f9;
	padding:10px;
	width:calc(60% - 20px);
	margin-left:20%;
	background-color:#000000dd;
	border-radius:10px;
	display:none;
}

._lincall_{
	width:30%;
	height:auto;
	margin:10px;
	margin-left:0px;
	text-align:right;
}



/* here we create backgroud help */
.bntAcHlp{
	background-color:green;
	color:#f1f1f1;
	padding:8px;
	display:inline-block;
	cursor:pointer;
	border-radius:10px;
	box-shadow:0 0 3px #fff;
	margin-right:20px;
	font-size:10pt;
	min-width:110px;
	text-align:center;
}



/* acr icon */
.acr_ic{
	width:26px;
	height:26px;
	vertical-align:-8px;
	filter:invert(1);
}








._LadmTx_{
	font-size:18pt;
	font-weight: bold;
	padding-bottom:20px;
}




/* the form box */
.formCm {
	width: 350px;
	height:350px;
	margin:auto;
	margin-top:10%;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f9f9f9;
	border-radius:10px;
	box-shadow:0 0 4px #d1d1d1;
}



._copyRigt_{
	position:fixed;
	bottom:20px;
	width:100%;
	text-align:center;
	font-size:10pt;
	color:#555;
}






label {
	display: block;
	margin-bottom: 8px;
	font-size:10pt;
}

input[type="text"], input[type="password"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

button {
	width: 100%;
	padding: 10px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button:hover {
	background-color: #45a049;
}




.clsRole{
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	outline:none;
	width:100%;
	font-size:12pt;
}
















@keyframes load{
	from{ transform:rotate(0deg); }to { transform:rotate(360deg); }
}

.DldInlgon{
	text-align:center;
    display: flex;
}


/* this will indetifier the current progression */
.ldInlgon{
	width:20px;
	height:20px;
	border:2px solid #fff;
	cursor:pointer;
	border-radius:50%;
	border-bottom-color:transparent;
	animation:load 0.5s linear infinite;
}


.submit{
	text-align:center;
	color:#fff;
	background-color:blue;
	padding:10px;
	border-radius:2px;
	font-family:arial;
	display:flex;
    align-items: center;
    justify-content: center;
}


._login_txt_{
	width:100px;
}















/* Laptops and desktops */
@media (min-width: 1025px) {
  .container {
    padding: 2rem;
    font-size: 18px;
  }
}









/* Tablets */
@media (min-width: 601px) and (max-width: 1024px) {
	
	
	.descTT{
		font-size:14pt;
		color:#f9f9f9;
		padding:10px;
		width:calc(80% - 20px);
		margin-left:10%;
		background-color:#000000dd;
		border-radius:10px;
	}
	
	
		
	.strTT{
		font-size:28pt;
		color:#f1f1f1;
		font-weight:800;
		text-shadow: 3px 3px 6px black;  /* Adds a black shadow */
	}

	
}










/*----------------------------Phones-------------------------*/
@media (max-width: 600px) {
	/* App Logo */
	.app-logo {
		padding-left:16px;
		padding-right:16px;
		padding-top:8px;
		padding-bottom:8px;
		border-radius:30px;
		display: flex;
		align-items: center;
		gap: 0.5rem;
		min-width:130px;
		margin-top:8px;
		background-color:#f1f1f1;
		border:1px solid #006600;
	}
	.app-icon {
		width: 26px;
		height: 26px;
		margin-right:5px;
	}
	
		
	.app-title {
		font-size: 12pt;
		font-weight: bold;
		color:#555;
		margin-top:0px;
	}

	._topView_{
		height:73px;
	}
	
	.descTT{
		font-size:10pt;
		color:#f9f9f9;
		padding:10px;
		width:calc(96% - 20px);
		margin-left:unset;
		background-color:#00000080;
		border-radius:10px;
		margin-bottom:60px;
	}
	
	
	
	.strTT{
		font-size:20pt;
	}
	
	

	.formCm {
		width: 90% - 20px;
		height:auto;
		margin: 2%;
		margin-top:10px;
		padding: 20px;
	}




	._app_icon_{
		width:40px;
		height:40px;
		margin:0px;
		display:inline-block;
	}
	
	
		
	/* here we create backgroud help */
	._lincall_{
		display:none;
	}



	._first_tp_section_{
		width:100%;
		margin:5px;
	}
	
	.appNdsc{
		width:100%;
		left:0px;
		right:0px;
	}
	
		
	._for_business_{
		text-shadow:0 0 3px #000;
		font-size:14pt;
	}
	
	
		
	.strTT{
		width:calc(100% - 100px);
		font-size:18pt;
		color:#f1f1f1;
		font-weight:800;
		padding-left:10px;
		padding-top:-20px;
		text-align:left;
		text-shadow: 3px 3px 6px black;  /* Adds a black shadow */
	}

	._line_separeter_{
		background-color:#fff;
		width:2px;
		height:40px;
		margin-top:10px;
		
	}
	
	
		
	/* this is for the box that contens the login forms */
	._bx_cnt_form_{
		width:100%;
		height:calc(100% - 100px);
		
	}
	
	
	/* the form box */
	.formCm {
		width: calc(90% - 40px);
		margin-left:5%;
		margin-right:5%;
		margin-top:20%;
		margin-bottom:auto;
		padding: 20px;
	}

	
	._LadmTx_{
		font-size:18pt;
		font-weight: bold;
		padding-bottom:20px;
	}


}






